UTRAU
| ASIGNACIONES
Volver al Panel
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'success' %}
{{ message }}
{% elif category == 'error' %}
{{ message }}
{% endif %} {% endfor %} {% endif %} {% endwith %}
Directiva y Ejecutivo
Vincular compañeros a cargos estatutarios.
+ Asignar Cargo
Compañero
Cargo Ocupado
Período
Estado
Acción
{% for a in lista_asignaciones %}
{% if a.path_foto %}
{% else %}
{{ a.nombre_completo[0:1] }}
{% endif %}
{{ a.nombre_completo }}
{{ a.nombre_cargo }}
{% if a.es_ejecutivo %}
Mesa Ejecutiva
{% endif %}
{{ a.fecha_inicio }}
al
{{ a.fecha_fin or 'Actualidad' }}
{% if a.fecha_fin == None %}
Vigente
{% else %}
Histórico
{% endif %}
{% endfor %}
Ver Historial de Asignaciones
Nueva Asignación
Compañero (Padrón)
-- Seleccione Compañero --
{% for u in lista_usuarios %}
{{ u.nombre_completo }} (@{{ u.alias }})
{% endfor %}
Cargo a Asignar
-- Seleccione Cargo --
{% for c in lista_cargos %}
{{ c.nombre_cargo }} {% if c.es_ejecutivo %}(Ejecutivo){% endif %}
{% endfor %}
Fecha Inicio*
Fecha Fin (Cese)
Llenar solo si finalizó mandato.
Guardar Asignación