{% extends "base.html" %} {% block content %}

Aprimorar Trabalho: {{ talk.titulo }}

Palestrante: {{ speaker.nome }}
trilha: {{ talk.trilha }}
Tipo: {{ talk.tipo }}
Descricao curta: {{ talk.descricao_curta}}
Descricao longa: {{ talk.descricao_longa }}
{% if improve %}

{{ len_comments }} COMENTÁRIO(S) {% endif %} {% if user.is_authenticated %}
{{ form.as_p }}
{% else %} Por favor, cadastre-se para deixar seu comentário. {% endif %} {% endblock %}