{{ object.title }}
{{ object.pub_date }}
{{ object.body|linebreaks }} {% if object.projectfile.all %}Archivos adjuntos
-
{% for file in object.projectfile.all %}
- {{ file.title }} {% endfor %}
Project not available
{% endif %}
{% extends "base.html" %} {% block content %}
{{ object.pub_date }}
{{ object.body|linebreaks }} {% if object.projectfile.all %}Project not available
{% endif %}