{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %} User Assets {% endblock title %} {% block css %} {% endblock css %} {% block content %}

My Assets

My Assets
{% for image in object_list %} {% endfor %} {% for audio in audios %} {% endfor %} {% for video in videos %} {% endfor %} {% for attachment in attachments %} {% endfor %}
Created on Name Delete
{{ image.uploaded_at }} {{ image.image_name }} Delete
{{ audio.uploaded_at }} {{ audio.audio_name }} Delete
{{ video.uploaded_at }} {{ video.video_name }} Delete
{{ attachment.uploaded_at }} {{ attachment.attachment_name }} Delete
{% endblock content %} {% block scripts %} {% endblock scripts %}