[new] theme courgette

This commit is contained in:
Thomas LEBEAU 2014-08-18 10:44:46 +02:00
parent ce719ac50c
commit a28cfd4887
34 changed files with 1882 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<div id="categories">
{% for category in categories %}
<div class="checkbox_container">
<input type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} /><label for="checkbox_{{ category|replace(' ', '_') }}">{{ _(category) }}</label>
</div>
{% endfor %}
</div>