Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8277753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:46:49+00:00 2026-06-08T08:46:49+00:00

Since there is no modulus (%) in django templates So how to apply cycle

  • 0

Since there is no modulus (%) in django templates So how to apply
cycle at this

{% for story in data %}
   {{forloop.counter}}

when forloop.counter%4==1 then this should be executed

    <div class="thumb">
    <a href="#"><img src="{{ STATIC_URL }}images/thumb.jpg" width="185" height="185" /></a>
    </div>
    <div class="thumbFooter">
    <span class="view">
    <a href="#" class="viewIcon">{{ story.views }}</a>
    </span>
    <span class="like">
    <a href="#" class="likeIcon">{{ story.likes }}</a>
    </span>
    </div>

    </li>

when forloop.counter%4==2 or 3 then this

  • should be executed

        <li>
        <div class="thumb">
        <a href="#"><img src="{{ STATIC_URL }}images/thumb.jpg" width="185" height="185" /></a>
        </div>
        <div class="thumbFooter">
        <span class="view">
        <a href="#" class="viewIcon">{{ story.views }}</a>
        </span>
        <span class="like">
        <a href="#" class="likeIcon">{{ story.likes }}</a>
        </span>
        </div>
        </li>
    

    when forloop.counter%4==0 of for loop this should be executed

        <li class="omega">
        <div class="thumb">
        <a href="#"><img src="{{ STATIC_URL }}images/thumb.jpg" width="185" height="185" /></a>
        </div>
        <div class="thumbFooter">
        <span class="view">
        <a href="#" class="viewIcon">{{ story.views }}</a>
        </span>
        <span class="like">
        <a href="#" class="likeIcon">{{ story.likes }}</a>
        </span>
        </div>
        </li>
    
        <div class="clear"></div>
    
       {% endfor %}
    
    • 1 1 Answer
    • 0 Views
    • 0 Followers
    • 0
    Share
    • Facebook
    • Report

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    1 Answer

    • Voted
    • Oldest
    • Recent
    • Random
    1. Editorial Team
      Editorial Team
      2026-06-08T08:46:51+00:00Added an answer on June 8, 2026 at 8:46 am

      You can build your own custom filter

      In the templatetags directory of your Django, add a file named ‘mod.py’. In that file add the following code:

      from django import template
      register = template.Library()
      
      def mod(value, arg):
          if value % arg == 0:
              return True
          else:
              return False
      
      register.filter('mod', mod)
      

      In your template use the mod filter like this:

      ...
      {% load mod %}
      ...
      <tr bgcolor="{% if forloop.counter|mod:2 %}#cccccc{% else %}#ffffff">
      ... 
      
      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report

    Sidebar

    Related Questions

    I keep coming back to this problem, since there doesn't seem to be a
    Since there is a large pool of passionate developers in this community, I would
    I guess this is a shot in the dark since there's not a lot
    I'm just putting this one out there since its a Google Zero-resulter which means
    Since there is no way to join tables using Google App Engine datastore, I
    Since there are no C# source codes for Wait, Pulse, PulseAll methods. Does anyone
    Since there is no way that you can make the flash object transparent, there
    Since there is no type in ruby, how do Ruby programmers make sure a
    Edit Since there were many downvotes and people who didn't understand what I'm asking
    I am trying to avoid using Net::SSH::Perl library since there is some problems in

    Explore

    • Home
    • Add group
    • Groups page
    • Communities
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Polls
    • Tags
    • Badges
    • Users
    • Help
    • SEARCH

    Footer

    © 2021 The Archive Base. All Rights Reserved
    With Love by The Archive Base

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.