{% load i18n primaryactions_tags %} {% show_progress_button request.user object as show_progress_form %} {% if show_progress_form %} {% modal_title %}{% trans "Update Status" %}{% endmodal_title %}
{% trans "Current status" %}
{{ object.phase }}
{% url 'funds:submissions:progress' pk=object.pk as progress_url %} {% include 'funds/includes/dialog_form_base.html' with form=form value=value url=progress_url data_var="statusUpdated" %}
{% endif %}