{% extends "base.html" %} {% load static %} {% block titulo %} CARGAR ARCHIVOS {% endblock %} {% block contenido %} {% if messages %} {% for m in messages %} {% if m.tags == "error" %} {% else %} {% endif %} {% endfor %} {% endif %}
{% csrf_token %}

SELECCIONE AREA PERTENECIENTE

{% for campo in archivos %} {% endfor %}
{{ campo.id }} {{ campo.fecha}} {{ campo.empresa }} {{ campo.descripcion }} {{ campo.archivo.url }}
{% for a in archivossem %} {% endfor %}
{{a.fecha|date:"d/m" }} Para: {{a.empresa}} Ver
{% endblock %}