{% extends 'base.html' %} {% load i18n %} {% load static %} {% block content %}
{% blocktrans with name=request.user.username %} Hello {{ name }}, your subscription to MASAR CARGO has expired. {% endblocktrans %}
{{ app_settings.contact_phone }}
{% endif %} {% if app_settings.contact_email %}{{ app_settings.contact_email }}
{% endif %}