{% extends "djangobmf/module_base.html" %} {% load djangobmf_core %} {% load i18n %} {% block base_buttons %}
  {% if bmfmodule.create_views %}
{% else %} {% trans "Add" %} {% endif %}
{% if has_filter %}
{{ filter.form.as_p }}
{% endif %} {% endblock %}