{% extends 'registro/base_no_sidebar_user.html' %} {% load humanize %} {% load static %} {% block content %}

Mis Ensayos

{% if ensayos.count == 0 %} Nuevo {% endif %}
{% if ensayos.0.estatus == 1 %} {% endif %} {% for ensayo in ensayos %} {% if ensayo.estatus == 1 %} {% endif %} {% empty %} {% endfor %}
FolioModalidad Título Estatus Acciones
{{ ensayo.folio }}{{ ensayo.get_modalidad_display }} {{ ensayo.titulo }} {{ ensayo.get_estatus_display }}
{% if activarBtnEditar or ensayo.estatus == -1 %} {% endif %} {% if descargarConstancia and ensayo.estatus == 1 %} {% with ensayo.user_id|slugify as pdf_path %} {% with 'registrar/'|add:pdf_path|add:'.pdf' as pdf_path %} {% endwith %} {% endwith %} {% if ensayo.modalidad == 'CO' %} {% endif %} {% endif %}
Sin ensayos
{% endblock %}