{% load i18n %} {% load static %} {% load utils_tags %} {% if call_to_action %}

{{ call_to_action.title }}

{{ call_to_action.subtitle }}
{% else %} {% if request.user.is_authenticated and request.user.is_staff %}
{% trans "Add call to action in the dashboard to display them here." %}
{% endif %} {% endif %}