{% extends 'profiles/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} {% if form.instance.id %}Update {{ form.instance }}{% else %}Add new Profile {% if from_type %}(from {{ from_type }}){% endif %}{% endif %} {% endblock %} {% block pagetitle %}: Profiles{% endblock pagetitle %} {% block content %}
{% if matching_profiles %}

Matching profiles found for this {{ from_type }}

{% endif %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock content %}