{% extends "herobizds/index.html" %} {% load static %} {% block content %}
{% include 'herobizds/breadcrumb.html' %}
{% if obj.image2 %}
{% endif %} {% if obj.image3 %}
{% endif %} {% if obj.image4 %}
{% endif %} {% if obj.image5 %}
{% endif %}

{{ obj.title }}

  • Category: {{ obj.filter }}
  • {% if obj.client %}
  • Client: {{ obj.client }}
  • {% endif %}
  • Project date: {{ obj.reg_time|date:"d M, Y" }}
  • {% if obj.url %}
  • Project URL: {{ obj.url|urlize }}
  • {% endif %}

{{ obj.subtitle }}

{{ obj.description|linebreaksbr }}

{% endblock content %}