Implement a send started email feature.
[htsworkflow.git] / htsworkflow / frontend / templates / admin / experiments / flowcell / change_form.html
1 {% extends "admin/change_form.html" %}
2 {% load i18n %}
3 {% block object-tools %}
4 {% if change %}{% if not is_popup %}
5   <ul class="object-tools">
6     <li><a href="../../../../{{ app_label }}/started/{{ object_id }}/">{% trans "Started Email" %}</a></li>
7     <li><a href="history/" class="historylink">{% trans "History" %}</a></li>
8   {% if has_absolute_url %}<li><a href="../../../r/{{ content_type_id }}/{{ object_id }}/" class="viewsitelink">{% trans
9  "View on site" %}</a></li>{% endif%}
10   </ul>
11 {% endif %}{% endif %}
12 {% endblock %}