Preview:
{% for kategorie in kalender.kategorie_set.all %}
          {% ifequal kategorie.name "Aktuell" %}
        		{% if kategorie.anzeigbare_termine %}
            		<!-- Headline ausgeben -->
            		{% for termin in kategorie.anzeigbare_termine %}
             			<!-- Termin ausgeben -->
            		{% endfor %}
             	{% endif %}
         {% endifequal %}
{% endfor %}


     
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter