{% extends "layout/basic.html" %} {% block content %}
{% if page_name == 'training_edit' %} {% if tdoc.owner == handler.user._id or handler.user.hasPerm(perm.PERM_EDIT_TRAINING) %} {% endif %} {% else %} {% endif %}
{% include 'components/md_hint.html' %}
{% endblock %}