{% extends "cranefly/profiles/profile.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(_('Warnings'), profile.username) }}{% endblock %} {% block tab %} {% if warning_level %}
{{ warning_level.description }}
{% endif %} {% if profile.warning_level_update_on %}{% trans expires=format_warning_expiration(profile.warning_level_update_on|reldate|lower) %}This warning level will expire {{ expires }}.{% endtrans %}
{% else %}{% trans %}This warning level will not expire and will have to be decreased manually by forum team member.{% endtrans %}
{% endif %}{% trans username=profile.username %}{{ username }}, your account has no warning level set. Good job!{% endtrans %}
{% else %}{% trans username=profile.username %}{{ username }}'s account has no warning level set.{% endtrans %}
{% endif %}