{% extends 'base.html' %} {% load i18n %} {% load static %} {% load horizon %} {% load custom_filters %} {% block title %}{% trans "Components" %}{% endblock %} {% block page_header %} {% include "services/_page_header.html" %} {% endblock page_header %} {% block main %}
{{ tab_group.render }}
{% endblock %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% block js %} {% include 'horizon/_scripts.html' %} {% endblock %}