{% extends "events/event_site.html" %} {% load i18n comments fieldset_extras %} {% block title %} {% if hanchan.id %}{% trans "Edit Hanchan" %}{% else %}{% trans "Add Hanchan" %}{% endif %} {% endblock %} {% block event_content %} {% get_fieldset "event, start" from form as event_formset %} {% if perms.mahjong_ranking.delete_hanchan %} {% get_fieldset "comment, confirmed" from form as hanchan_formset %} {% else %} {% get_fieldset "comment" from form as hanchan_formset %} {% endif %} {% for hidden in form.hidden_fields %}{% if hidden.errors %}{{ hidden.errors }}{% endif %}{% endfor %}
{% endblock %} {% block buttonbar %}{% endblock %}