{% extends "base.html" %} {% block title %}{{ _('Action Types') }} — {{ service_name }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{{ _('Action Types represent different kinds of actions, such as sample creation or measurements.') }} {{ _('Read more.') }}
{% if current_user.is_admin and not current_user.is_readonly %} {{ _('Create Action Type') }}{{ _('View Actions') }} {% if current_user.is_admin and not current_user.is_readonly and action_type.fed_id is none %} {{ _('Edit Action Type') }} {% endif %}
{% endfor %} {% endblock %}