13 lines
277 B
HTML
13 lines
277 B
HTML
{% extends 'default/templates/form/form.html' %}
|
|
|
|
{% block intro %}
|
|
|
|
{% if content.mode != 'create' %}
|
|
{% if content.administerable.tabs %}
|
|
{{ content.administerable.tabs.render() }}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
{{ super() }}
|
|
{% endblock %}
|