{% extends 'affiliates/base.html' %} {% load crispy_forms_tags %} {% block pagetitle %}: Affiliate Journal{% endblock %} {% block breadcrumb_items %} Affiliates Journals {% if object %} {{ object.name }} Update {% else %} Create {% endif %} {% endblock %} {% block content %} {% if object %}

{{ object.name }}

{% else %}

Create new Affiliate Journal

{% endif %} {% crispy form %} {% endblock content %}