{% extends 'base.html' %} {% load static %} {% block content %}
{{ object.name }}
{% if object.short_description != 'None' %}{{ object.short_description }}{% endif %}