{% extends "structure/base.html" %} {% block title %}{{ construct.compose_title(construct.t(view.name, {'count': 1})) }}{% endblock %} {% block content %}
{% if tab_content %}{{ tab_content|safe }}{% endif %} {% block tab_content %}{% endblock %}
{% endblock %}