{% load fsm_tags %}

{% include 'htmx/status_with_actions.html' with object=object user=user show_badge=True badge_only=True %} Photo for {{ object.content_object }}

{{ object.user.username }} * {{ object.created_at|date:"M d, Y H:i" }} {% if object.date_taken %} * Taken: {{ object.date_taken|date:"M d, Y" }} {% endif %}
{{ object.caption|default:'Submitted photo' }}
{% if object.caption %}
Caption:
{{ object.caption }}
{% endif %} {% if object.notes %}
Review Notes:
{{ object.notes }}
{% endif %} {% if object.status == 'PENDING' or object.status == 'ESCALATED' and user.role in 'ADMIN','SUPERUSER' %}
{% include 'htmx/status_with_actions.html' with object=object user=user target_id="submission-"|add:object.id|stringformat:"s" show_badge=False %}
{% endif %}