{% extends "UWA/Template/dashboard.tpl" %} {% block content %} {% if uwa_user.Role.Role.Name != "Admin" %} {% else %}
{% if result is defined and result == true %} {% elseif result is defined and result == false %} {% endif %}

Add Media to Album

{% for item in media %}
{% if item.Type == 1 %} {% else %}
{% endif %}
{% endfor %}
{% endif %} {% endblock %}