{% extends 'ccc/campaigns/base.html' %} {% block title %} User Assets {% endblock title %} {% block css %} {% endblock css %} {% block content %}

My Attachments

My Attachments
{% for attachment in object_list %} {% endfor %}
Created at Name Delete
{{ attachment.uploaded_at }} {{ attachment.attachment_name }} Delete
{% endblock content %} {% block scripts %} {% endblock scripts %}