{% extends skel_path %} {% load static %} {% block title%}{{ obj.title }}{% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block contents %} {% if obj.image2 %} {% endif %} {% if obj.image3 %} {% endif %} {% if obj.image4 %} {% endif %} {% if obj.image5 %} {% endif %} {{ obj.title }} Category: {{ obj.filter }} {% comment %} Doctor: {{ doctor }} {% endcomment %} Features: {{ obj.subtitle }} {% if obj.url %} Reference: {{ obj.url }} {% endif %} {{ obj.description }} {% endblock %} {% block js %} {{ block.super }} {% endblock %}
{{ obj.description }}