SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9e8e90fc authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Cowboy 6

parent f06cfeb2
No related branches found
No related tags found
No related merge requests found
{% extends 'scipost/_personal_page_base.html' %}
{% load bootstrap %}
{% block pagetitle %}: Registration Invitations{% endblock pagetitle %}
{% block breadcrumb_items %}
{{block.super}}
<a href="{% url 'invitations:list' %}" class="breadcrumb-item">Registration Invitations</a>
<span class="breadcrumb-item">Fellows</span>
{% endblock %}
{% block content %}
<h1 class="highlight">Registration Invitations Fellows</h1>
<div class="row">
{% if is_paginated %}
<div class="col-12">
{% include 'partials/pagination.html' with page_obj=page_obj %}
</div>
{% endif %}
<div class="col-12">
<br>
{% include 'partials/invitations/registrationinvitation_table.html' with invitations=object_list %}
{% if search_form.is_bound %}
<a href="{% url 'invitations:list_sent' %}" class="btn btn-link">Reset filter</a>
{% endif %}
</div>
{% if is_paginated %}
<div class="col-12">
{% include 'partials/pagination.html' with page_obj=page_obj %}
</div>
{% endif %}
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment