{% extends 'layout.html' %} {% block title %}{{ object_type }} {{ object }}{%endblock%} {% block title_html %}

{{ object_type }}: {{object}}

{% endblock %} {% block content %} {% if instructions %}
{% endif %}
{% include 'formfields.html' %}
{% if object.id and perms.config.delete_profile %} Delete {% endif %}
{% endblock %} {% block page_styles %} {% endblock %} {% block page_scripts %} {% endblock %}