{% extends "generic/create.html" %} {% block content %} {% if is_select_form %} {% else %} {% include "user_benevalos/association_header.html" with association=form.instance.association %} {{ block.super }} {% endif %} {% endblock %}