{% extends "base.html" %} {% load staticfiles %} {% load url from future %} {% block breadcrumbs %}
  • Principal
  • Agendados
  • Diagnostico
  • {% endblock %} {% block contenido %}
    {% if uno %} Editar Aspecto {% else %} Psicologia {% endif %}
    {% csrf_token %}
    {% include "form_snippet.html" %} {% include "form_snippet.html" with form=informe %}
    {% if uno %} {% else %} {% endif %}
    {% endblock %}