Guest User

Untitled

a guest
Dec 10th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <div class="row text-left">
  2. /////some counter=0
  3. {% for article in article_list %}
  4.  
  5. /////{% if counter == 4 %}
  6. </div>
  7. <div class="row text-left">
  8. {% endif %}
  9.  
  10. {% if article.published %}enter code here
  11. /////// counter++
  12. {% include "aldryn_newsblog/includes/general-article.html" %}
  13.  
  14. {% endif %}
  15.  
  16. {% empty %}
  17. <p>{% trans "No items available" %}</p>
  18. {% endfor %}
  19. </div>
Add Comment
Please, Sign In to add comment