{% extends "base.html" %} {% load i18n %} {% block actions %} {% if client %}
  • New invoice
  • {% else %}
  • New invoice
  • {% endif %}
  • New client
  • {% if clients %} {% for c in clients %}
  • {{ c.name }}
  • {% endfor %} {% endif %} {% endblock %}