{% 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 %}
{% blocktrans with current_user=user|format_username %}You are browsing the site as the user "{{current_user}}", all actions are performed on his data. {% endblocktrans %} {% blocktrans with target=user.userprofile.gym.name %}Back to "{{ target }}"{% endblocktrans %}
{% 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/bootstrap3.html" %}
{% block content %}{% endblock %}
{% endblock %}