{% extends 'admin_panel/base.html' %} {% block breadcrumb_content %}
  • {% link_for _("Dashboard"), named_route='mailcraft.dashboard' %}
  • {% endblock breadcrumb_content %} {% block ap_content %}

    {{ _("Dashboard") }}

    {{ _("Send test email") }}
    {% if collection.data.total %} {{ collection.serializer.render() | safe }} {% else %}

    {{ _("No mails found.") }}

    {% endif %}
    {% endblock ap_content %}