24fea571e9bfdf507342e1c10bf7379f5f7383a3
[htsworkflow.git] / htsworkflow / templates / admin / experiments / flowcell / change_form.html
1 {% extends "admin/change_form.html" %}
2 {% load i18n admin_urls %}
3 {% block object-tools-items %}
4     <li><a href="{% url 'started_email' pk=object_id %}">{% trans "Started Email" %}</a></li>
5     <li>
6         {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %}
7         <a href="{% add_preserved_filters history_url %}" class="historylink">{% trans "History" %}</a>
8     </li>
9     {% if has_absolute_url %}<li><a href="{{ absolute_url }}" class="viewsitelink">{% trans "View on site" %}</a></li>{% endif %}
10 {% endblock %}