Skip to content
Snippets Groups Projects

AK Slides

Merged Benjamin Hättasch requested to merge feature-akslides into main
2 files
+ 25
21
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -69,36 +69,37 @@
{% endfor %}
{% if not result_presentation_mode %}
\section{ {{- translations.wishes -}} }
\section{ {{- translations.wishes -}} }
{% for ak, next_aks in wishes %}
{% for ak, next_aks in wishes %}
%\setbeamertemplate{frame footer}{}
%\setbeamertemplate{frame footer}{}
\begin{frame}[shrink=15]
\frametitle{ {{- ak.name | latex_escape_utf8 -}} }
\begin{frame}[shrink=15]
\frametitle{ {{- ak.name | latex_escape_utf8 -}} }
\vspace{1em}
\vspace{1em}
\faFilter~ {{ ak.category.name | latex_escape_utf8 }}
\faFilter~ {{ ak.category.name | latex_escape_utf8 }}
\faUser~
\faUser~
\faClock~
\faClock~
{{ ak.description | truncatechars(400) | latex_escape_utf8 }}
{{ ak.description | truncatechars(400) | latex_escape_utf8 }}
\vspace{2em}
\vspace{2em}
\begin{scriptsize}
{% for n_ak in next_aks %}
{% if n_ak %}\hfill \faAngleDoubleRight~ {{- n_ak.name | latex_escape_utf8 -}}{% endif %}
{% endfor %}
\end{scriptsize}
\begin{scriptsize}
{% for n_ak in next_aks %}
{% if n_ak %}\hfill \faAngleDoubleRight~ {{- n_ak.name | latex_escape_utf8 -}}{% endif %}
{% endfor %}
\end{scriptsize}
\end{frame}
{% endfor %}
\end{frame}
{% endfor %}
{% endif %}
\end{document}
Loading