{% extends "base.html" %} {% load static %} {% block content %}
{% block obj_title %} Object title goes here {% endblock %}
{% load crispy_forms_tags %} {% crispy form %}
{% endblock %}