{% extends "kfet/base_col_1.html" %} {% load staticfiles %} {% load kfet_tags %} {% block title %}Accueil{% endblock %} {% block header %}{% endblock %} {% block extra_head %} {% endblock %} {% block main-size %}col-sm-10 col-sm-offset-1{% endblock %} {% block main-content %}

Carte

{% if pressions %}

Pressions du moment

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

{{ article.category.name }}

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