{% if message_info != "" %}
{{ message_info }}
{% endif %} {% if message_error != "" %}
{{ message_error }}
{% endif %}
{{ 'FormativeAction' | get_plugin_lang('SepePlugin') }}: {% if info != false %}

{{ 'ActionIdentifier' | get_plugin_lang('SepePlugin') }}:

{{ 'MainSpecialtyIdentifier' | get_plugin_lang('SepePlugin') }}

{{ 'DescriptionAction' | get_plugin_lang('SepePlugin') }}

{% else %}
{{ 'NoFormativeAction' | get_plugin_lang('SepePlugin') }}
{% endif %}
{{ 'Specialtys' | get_plugin_lang('SepePlugin') }}: {{ 'CreateSpecialty' | get_plugin_lang('SepePlugin') }} {% for specialty in listSpecialty %}
{{ specialty.specialty_origin }} {{ specialty.professional_area }} {{ specialty.specialty_code }} {{ 'Delete' | get_plugin_lang('SepePlugin') }} {{ 'Edit' | get_plugin_lang('SepePlugin') }}
{% endfor %}
{{ 'Participants' | get_plugin_lang('SepePlugin') }}: {{ 'CreateParticipant' | get_plugin_lang('SepePlugin') }} {% for participant in listParticipant %}
{{ participant.firstname }} {{ participant.lastname }} {{ participant.document_number }} {{ participant.documente_letter }} {{ 'Delete' | get_plugin_lang('SepePlugin') }} {{ 'Edit' | get_plugin_lang('SepePlugin') }}
{% endfor %}