{% extends "core/base.jinja" %} {% from 'core/macros.jinja' import paginate_alpine %} {% block title %} {% trans %}UE Guide{% endtrans %} {% endblock %} {% block description -%} {% trans %}A guide of courses available at UTBM.{% endtrans %} {%- endblock %} {% block additional_css %} {% endblock %} {% block additional_js %} {% endblock %} {% block head %} {{ super() }} {% endblock head %} {% block content %} {% if user.has_perm("pedagogy.add_ue") %}
| {% trans %}UE{% endtrans %} | {% trans %}Title{% endtrans %} | {% trans %}Department{% endtrans %} | {% trans %}Credit type{% endtrans %} | {%- if user.has_perm("pedagogy.change_ue") -%} | {% trans %}Edit{% endtrans %} | {%- endif -%} {%- if user.has_perm("pedagogy.delete_ue") -%}{% trans %}Delete{% endtrans %} | {% endif %}|
| {%- if user.has_perm("pedagogy.change_ue") -%} | {% trans %}Edit{% endtrans %} | {%- endif -%} {%- if user.has_perm("pedagogy.delete_ue") -%}{% trans %}Delete{% endtrans %} | {%- endif -%}