{% extends "base.html" %} {% block titlePage %} {% endblock titlePage %} {% block content %} {% for obj in timbres %} {% endfor %}
Cliente RFC actions
{{obj.rfcc}} {% if request.user.is_staff %} View Timbres {% endif %}
{% endblock content %} {% block scripts %} {% endblock scripts %}