{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
| {% trans "Support status" %} |
{{ support.get_verbose }}
{% if not support.in_limits %}
{% trans "Exceeding service limits" %}
{% endif %}
|
|---|---|
| {% trans "Support expiry" %} | {{ support.expiry|naturaltime }} |