{% extends '_include/base.html.twig' %} {% block title %}Fiscal Profiles{% endblock %} {% block breadcrumbs %} {% endblock %} {% block page_title %}Fiscal Profiles — Country Modes{% endblock %} {% block page_actions %} New Profile Quick: US / Wyoming {% endblock %} {% block content %}

Active Fiscal Profiles

{% for profile in profiles %} {% else %} {% endfor %}
Code Company Country Currency Tax ID Default Actions
{{ profile.code }} {{ profile.companyName }} {{ profile.countryName }} {{ profile.defaultCurrency }} {% if profile.taxIdLabel %} {{ profile.taxIdLabel }}: {{ profile.taxIdValue }} {% else %} — {% endif %} {% if profile.isDefault %} Default {% endif %}
No fiscal profiles configured. Create one to get started.
{% endblock %}