{% extends "layouts/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %} {{ _("Third Party") }} {{ third_party }}{% if guild %} - {{ guild.name }}{% endif %} {% endblock %} {% block stylesheets %}{% endblock %} {% block content %} {% if guild %} {% include "pages/guild_profile.html" %} {% endif %} {% if guild %} {{ _("Overview") }} {{ _("Settings") }} {{ _("Third Parties") }} {% endif %} {{ name }} {{ source_content|safe }} {% endblock %} {% block javascripts %} {% endblock %}