aboutsummaryrefslogtreecommitdiff
path: root/src/django_pgpmailman/templates/django_pgpmailman/chunks/navbar.html
blob: 9b21449fa8405e05505a0fccb79ed8313bd6819c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% load i18n %}
{% if mlist %}
    <a href="{% url 'pgp_list_summary' list_id=mlist.list_id %}">
        <span class="fa fa-cog"></span>
        {% trans 'Manage PGP' %}
    </a>
{% else %}
    <a href="{% url 'pgp_list_index' %}">
        <span class="fa fa-cog"></span>
        {% trans 'Manage PGP lists' %}
    </a>
{% endif %}