{% extends base_template %} {% load i18n %} {% load django_fsm_ticket %} {% block centered_container %}
« {% translate "Back to ticket list" %}
{% include 'django_fsm_ticket/partials/ticket_content.html' %} {% if actions %}{% for a in actions %} {% if a.priority > 0 %} = 0.5 %} class="btn btn-primary btn-sm" {% else %} class="btn btn-outline-primary btn-sm" {% endif %} href="{% url 'ticket_action' root_name ticket.pk a.name %}#action" > {{ a.verbose_name }} {% endif %} {% endfor %}
{% endif %} {% if updates %} {% for ticketupdate in updates %}{% for a in actions %} {% if a.priority > 0 %} = 0.5 %} class="btn btn-primary btn-sm" {% else %} class="btn btn-outline-primary btn-sm" {% endif %} href="{% url 'ticket_action' root_name ticket.pk a.name %}#action" > {{ a.verbose_name }} {% endif %} {% endfor %}
{% endif %} {% endif %} {% endblock %}