{% extends "admin/core/base.html" %} {% load foundation %} {% load static %} {% block title %}Journal Homepage Settings{% endblock title %} {% block admin-header %}Carousel Settings{% endblock admin-header %} {% block breadcrumbs %} {{ block.super }}
  • Manager
  • Journal Home Settings
  • Carousel Setup
  • {% endblock %} {% block body %}
    {% csrf_token %} {{ home_form.exclude|foundation }}
    {% csrf_token %}

    Articles


    {{ home_form.latest_articles|foundation }} {{ home_form.carousel_article_limit|foundation }} {{ home_form.carousel_articles|foundation }}

    News


    {{ home_form.latest_news|foundation }} {{ home_form.carousel_news|foundation }} {{ home_form.carousel_news_limit|foundation }}

    Issues and Collections


    {{ home_form.current_issue|foundation }} {{ home_form.carousel_issues|foundation }}
    {% endblock body %} {% block js %} {% include "elements/datatables.html" with target="#article_table" sort=3 order='desc' page_length=5 %} {% endblock js %}