{% extends "template.html" %} {% load i18n wger_extras django_bootstrap_breadcrumbs %} {% block template %} {% if show_shariff %} {% include 'misc/fragments/shariff_modal.html' %} {% endif %} {% if trainer_identity %}
{% blocktranslate with current_user=user|format_username %}You are browsing the site as the user "{{current_user}}", all actions are performed on their data. {% endblocktranslate %} {% blocktranslate with target=user.userprofile.gym.name %}Back to "{{ target }}"{% endblocktranslate %}
{% endif %}

{% block options %} {% endblock %}
{% if show_shariff %} {% endif %}
{% if messages and not no_messages %} {% for message in messages %}
× {{message}}
{% endfor %} {% endif %} {% render_breadcrumbs "django_bootstrap_breadcrumbs/bootstrap4.html" %}
{% block content %}{% endblock %}
{% block sidebar %} {% endblock %}
{% endblock %}