{% extends skel_path %} {% load static %} {% block title%}{{ obj.title }}{% 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 %}