{% extends "tablon/base.html" %} {% load markup %} {% load oembed_tags %} {% load tablon %} {% block title %}{{ block.super }} - {{ tema.titulo }}{% endblock %} {% block page-header %}{{ tema.titulo }}{% endblock %} {% block tablon %} {% if lista_mensajes %} {% for m in lista_mensajes %} {% endfor %}
{% ifisnew m.created_on ult_visita %}NUEVO{% else %}NO NUEVO{% endifisnew %} {% if m.autor.get_profile.imagen %} {{ m.autor.username}} {% endif %} {{ m.autor.get_profile.url }}
{{ m.autor.mensaje_set.count }} mensaje{{m.autor.mensaje_set.count|pluralize}}
{{ m.titulo }}
Escrito el {{ m.created_on|date:"d/m/y @H:i" }}
{{ m.texto|my_oembed:"480x480"|markdown:"wikilinks(base_url=/wiki/),tables"}}
{% else %}

¡No hay mensajes en este tema! Consulta con kinote.

{% endif %}
Responder
{% endblock %}