{% extends 'program_base.html' %} {% load bootstrap3 %} {% block title %} {% if request.resolver_match.url_name == "dectregistration_update" %}Update{% else %}Create{% endif %} DECT Registration | {{ block.super }} {% endblock %} {% block content %}
{% if request.resolver_match.url_name == "dectregistration_update" %}Update{% else %}Create New{% endif %} DECT Registration
{% csrf_token %} {% bootstrap_form form %} Cancel
{% endblock content %}