{% extends "website/base/base.html" %} {% load tags_conteudos %} {% load thumbnail %} {% block principal %}
Arquidiocese de Braga / História / Personalidades / {{ object.titulo }}
{{ object.titulo }} {% if object.pos_titulo %} - {{ object.pos_titulo }}{% endif %}
{% with x=MEDIA_ROOT|add:object.capa %} {% thumbnail x "120x180" crop="center" as im %}
{% endthumbnail %} {% endwith %} {{ object.noticia|safe }}
{% if object.autor %}{{ object.autor }}{% endif %} {% if object.local or object.autor %}|{% endif %} {% if object.local %}{{ object.local }}{% endif %}
{{ object.publicada_inicio|date:"Y-m-d \• h:m" }}
{% endblock principal %}