{% load helpers %} {% load i18n %} {% if title %}
{% trans title %}
{% if copyid %}{% copy_content copyid %}{% endif %} {% include 'extras/inc/format_toggle.html' %}
{% endif %}
{% if format == 'json' %}{{ data|json }}{% elif format == 'yaml' %}{{ data|yaml }}{% else %}{{ data }}{% endif %}