{% extends "grid/base.html" %} {% load url from future %} {% load i18n %} {% block head_title %}{% blocktrans with grid.title as grid_title %}Add a package to Grid '{{ grid_title }}'{% endblocktrans %}{% endblock %} {% block body %} {% url 'grid' grid.slug as grid_url %}

{% trans "home" %} / {% trans "grids" %} / {% blocktrans with grid.title as grid_title %}Add a package to grid '{{ grid_title }}'{% endblocktrans %}

{% csrf_token %}

What if the Package isn't in the database?

{% trans "How about adding it? ยป" %}

{% endblock %} {% block extra_body %} {% endblock %}