{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% block styles %} {% endblock %} {% block scripts %} {# #} {% endblock %}
{% if uploads.status not in 'APPROVED REJECTED' %} {% else %} {% if uploads.status == 'APPROVED' %} {% else %} {% endif %} {% endif %} {% if uploads.file_url is not None %} {% endif %}
{% if has_approved %}
{% endif %}
{{ data|safe }}
{% endblock %}