{% extends 'stela_control/index.html' %} {% load i18n %} {% load crispy_forms_tags %} {% load static %} {% load hosts %} {% load stelatags %} {% load humanize %} {% block styles %} {% endblock %} {% block section %} {% block title %}

{% trans "Developer" %}

{% endblock %} {% block side_title %}

STELA {% trans "CONTROL DYNAMIC" %} | {% trans "Content" %}

{% endblock %}
{% if call == "Home" %}

{% trans "Template Sections" %}

Stela Styles

{% trans "Event System" %}

Template Section

{% for item in pages %} {% endfor %}
{% trans "ID" %} {% trans "Section" %} {% trans "View" %}
{{item.id}} {{item.section}}

Styles List

{% for item in pages3 %} {% if item.parent.section == item.parent.section %} {% if item.parent.section == item.parent.section %} {% endif %} {% endif %} {% endfor %}
{% trans "ID" %} {% trans "Style Type" %} {% trans "Section" %} N° {% trans "View" %}
{{item.id}} {{item.title}}
{% csrf_token %}

{% trans "Date search" %}

{% csrf_token %}

Event List

{% for item in pages %} {% for inv in item.billing.all %} {% if inv.status == 'Assigned' %} {% else %} {% endif %} {% if inv.status == 'Payeed' %} {% elif inv.status == 'Canceled' %} {% else %} {% endif %} {% endfor %} {% endfor %}
{% trans "Type" %} {% trans "Client" %} {% trans "Billing" %} N° {% trans "Status" %} {% trans "Amount" %}
{{inv.recipt.option}} {{inv.client}}{{inv.control_id}}{% trans "Draft" %}{% trans "Payeed" %} {% trans "Canceled" %} {% trans "Pending" %} ${{inv.recipt.amount}}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}