{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n rules %} {% block browser_title %}{% blocktrans %}Instructions{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Instructions{% endblocktrans %}{% endblock %} {% block content %} {% has_perm "alsijil.add_instruction_rule" user as can_add %} {% if can_add %} add {% trans "Create instruction" %} {% endif %}