{% extends "layouts/base.html" %} {% block title %} {{ _("Third Parties") }} {% endblock %} {% block stylesheets %}{% endblock %} {% block content %} {% include "pages/third_parties/third_parties_list.html" %} {% endblock %} {% block javascripts %} {% endblock %}