datatracker/ietf/templates/admin/group/group/change_list.html

20 lines
546 B
HTML

{% extends "admin/change_list.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load i18n %}
{% block object-tools %}
{% origin %}
{% if has_add_permission %}
<ul class="object-tools">
<li><a href="reminder/">SDO Authorized List Reminder</a></li>
<li>
<a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">
{% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}
</a>
</li>
</ul>
{% endif %}
{% endblock %}