{% extends "base.html" %} {% load scoped_tags %} {% block title %}Templates{% endblock %} {% block page_title %}Service Templates{% endblock %} {% block page_subtitle %}Reusable blueprints for creating services (Extension A7){% endblock %} {% block layer_indicator %}A7 Templates{% endblock %} {% block content %}
{{ tpl.description|truncatewords:20 }}
{% endif %} {# Schema Preview #} {% if tpl.schema_preview and tpl.schema_preview != "{}" %}Schema
{{ tpl.schema_preview }}