{% extends "oasis_certs/certs_base_template.html" %} {% load i18n l10n static_uri sum_dict string_concat define_able %} {% block more_css %} {% endblock %} {% block detail %} {% define_able doc_data.0.able as able %}
{% string_concat certificate.body_text able %}

{% translate "Name" %} {{ user.get_full_name|truncatechars:45 }} {% translate "Tax Id" %} {{ user.profile.document_id|truncatechars:45 }}
{% translate "Address" %} {{ user.profile.address }} {% translate "Phone" %} {{ user.profile.phone }}

{% translate "Area" %} {% translate "Production" %} {% translate "Coffe Sales" %} {% translate "Expired Credits" %} {% translate "Other Expired Accounts" %} {% translate "Expired Advances" %} {% translate "Annual Contribution" %} {% translate "Sales Compliance" %} {% translate "Expired Futures" %} {% translate "Expired Co-signer" %}
{{ doc_data.0.area|floatformat:"-2" }} {{ doc_data.0.productive_area|floatformat:"0" }} {{ doc_data.0.sales_value|floatformat:"0" }} {{ doc_data.0.expired_credits|yesno }} {{ doc_data.0.expired_accounts|yesno }} {{ doc_data.0.expired_advances|yesno }} {{ doc_data.0.contribution_annual|yesno }} {{ doc_data.0.sales_compliance|yesno }} {{ doc_data.0.future|yesno }} {{ doc_data.0.co_signer|yesno }}
{% endblock %}