{% load i18n %} {% load static %} {% load utils_tags %} {% if hero_text.is_active %}

{{ hero_text.title }}

{{ hero_text.subtitle }}

{{ hero_text.button_primary_text|default:_("Contact us") }} {% if hero_text.button_secondary_text and hero_text.button_link_2 %} {{ hero_text.button_secondary_text }} {% endif %}
{{ hero_text.title }}
{% else %} {% if request.user.is_authenticated and request.user.is_staff %}
{% url 'dashboard:hero_text_new' as hero_text_url %} {% blocktrans with url=hero_text_url %} Add hero text in the dashboard to display it here. {% endblocktrans %} {% endif %} {% endif %}