{% extends "messaging/base.html" %} {% load static i18n %} {% block title %}{% trans 'BUILDBLOCK MANAGER' %}{% endblock title %} {% block page_title %}

{{page_title}}

{% endblock page_title %} {% block content %}
{% for template in templates %}
{% if template.is_active == True %}Send Message{% endif %} Edit Template

{{template.category}} {{template.title}}

{% empty %}

No Templates

{% endfor %}
{% endblock content %}