{% extends "main/layout.html" %} {% load static %} {% block content %}

{{ legend|upper }} Attachments

{% include 'profile/profile_left.html' %}
{% include 'profile/profile_right.html' %}

{% include 'profile/profile_bottom.html' %}
{% endblock %} {% block scripts %} {% endblock %}