{% load material_form i18n rules %} {% has_perm 'kort.print_card_rule' user card as can_print %} {% if can_print %}
{% trans "Print card" %}
{% csrf_token %} {% form form=printer_form %}{% endform %}
{% endif %}