{% extends 'base.html.twig' %} {% block title %}{{ postalCodePrefix.code }} | View Postal Code Prefix | {{ parent() }}{% endblock %} {% block body %}
| Postal Zone | Default Dealer |
|---|---|
| {{ fullPostalCode.code }} | {% if fullPostalCode.dealer is not null %} {{ fullPostalCode.dealer }} {% endif %} |