forked from DGNum/gestioCOF
1499c0bced
K-Fêt - Wagtail - Page content becomes a StreamField. - GroupTeam snippet becomes a block for stream field. - Navigation menu moved becomes a "flatmenu", preventing possible future conflicts. - Page layout can be modified in wagtail admin. K-Fêt - Add shorthands for ukf account balance/article price. - Cleaning stylesheets and templates.
11 lines
380 B
HTML
11 lines
380 B
HTML
{% load static %}
|
|
|
|
{% if pressions %}
|
|
{% include "kfetcms/block_menu_category.html" with title="Pressions du moment" articles=pressions class="carte-inverted" %}
|
|
{% endif %}
|
|
|
|
{% regroup articles by category as categories %}
|
|
|
|
{% for category in categories %}
|
|
{% include "kfetcms/block_menu_category.html" with title=category.grouper.name articles=category.list %}
|
|
{% endfor %}
|