{% extends "base.html" %} {% block title %}Attachments — {{ project.human_key }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
Messages with attached files {% if items %} • {{ items|length }} message{{ 's' if items|length != 1 else '' }} {% endif %}
Messages with attachments will appear here.