{% extends "kfet/base.html" %} {% load staticfiles %} {% load kfet_tags %} {% block title %}Accueil{% endblock %} {% block content-header-title %}Accueil{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% include 'kfet/base_messages.html' %}

Carte

Pressions du moment

    {% for article in pressions %}
  • {{ article.name }} {{ article.price | ukf:False}} UKF
  • {% endfor %}
{% for article in articles %} {% ifchanged article.category %} {% if not forloop.first %}
{% endif %}

{{ article.category.name }}

    {% endifchanged %}
  • {{ article.name }} {{ article.price | ukf:False}} UKF
  • {% if foorloop.last %}
{% endif %} {% endfor %}
{% endblock %}