{% extends "base.html" %} {% load static %} {% block title %}Roms{% endblock %} {% block nav_rom_class %}is-active{% endblock %} {% block content %}
Kategorie: Alle {% for tag in tags %} {{tag.name}} {% endfor %}
{% for rom in roms %} {% if forloop.counter|divisibleby:4 %}
{% endif %} {% endfor %}
{% endblock %}