{% extends 'base.html' %} {% block content %}
{{ _("We have to deny you from accessing the network for the following reasons:") }}
{{ _("Your account status is good. Your network connectivity should " "work in a few minutes. " "If does not work in a few minutes, try restarting your devices " "(Router, Laptop). " "If you are still receiving this message, contact our support.") }}
{% endif %} {% if show_mac %}{{ _("Your MAC address is {}").format(mac) }}
{% endif %} {% endblock %}